home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / netbsd-1.3.2 / changes-1.3.1 < prev    next >
Text File  |  1998-06-02  |  8KB  |  238 lines

  1. Changes from NetBSD 1.3 to NetBSD 1.3.1:
  2.  
  3. Kernel changes:
  4.  
  5.   - Don't panic in cluster_rbuild when DIAGNOSTIC is defined - just count
  6.     the number of times we hit the "too much memory" case.
  7.  
  8.   - Fix a security hole in vm_mmap.c as described on bugtraq.
  9.  
  10.   - Fix a bug in uipc_usrreq.c which could be exploited to cause a panic.
  11.  
  12.   - Fix I/O region mapping bug on EISA Buslogic cards.
  13.  
  14.   - Fix problem with synchronous opens and mounts (from Lite2)
  15.  
  16.   - Now that O_FSYNC works, give it the symbol that XPG4.2 expects, and
  17.     document all of this.
  18.  
  19.   - Fix an NFS client crash that happened with a combination of amd and
  20.     Linux or SVR4 binaries.
  21.  
  22.   - Fix a problem where the NFS client code would not recover from
  23.     a TCP connection being broken (mount point dead; reboot needed).
  24.     (Solaris 2.5.1 NFS servers close TCP connections after 400
  25.     seconds of idletime.)
  26.  
  27.   - A trivial NULL-protect fix to the hp300-derived pmaps can protect
  28.     kernels from crashing in certain rare conditions possibly related to
  29.     paging activity, or in a more easily reproduced case where mlock()
  30.     is used with any kind of shared vm map.
  31.  
  32.   - Fix the in_cksum odd-byte starting/finishing case for big-endian as
  33.     well as little-endian.  (from PR 4434).
  34.  
  35.   - Avoid some deadlocks that can show up on diskless systems or when
  36.     doing NFS paging.
  37.  
  38. Kernel networking changes:
  39.  
  40.   - Fix the TCP/IP "stretch ACK violation" bug documented in internet 
  41.     draft draft-ietf-tcpimpl-prob-02.txt.  Also, fix another bug in
  42.     the header prediction case where an ACK would not be sent when it
  43.     should be. 
  44.  
  45.   - Implement tcp_drain().
  46.  
  47.   - Ensure the TCP persist timer is running if the send window reaches
  48.     zero.   Part of the fix for kern/2335 (pete@daemon.net).
  49.  
  50.   - If we fail to allocate mbufs for the outgoing TCP segment, free the
  51.     header and abort.
  52.  
  53.   - When running the slow TCP timer, skip PCBs in LISTEN state.
  54.  
  55.   - When processing the TCP persist timer, drop the connection if the
  56.     connection idle time exceeds the maximum backoff for retransmit.
  57.     Part of kern/2335 (pete@daemon.net).
  58.  
  59.   - Implement a queue for TCP delayed ACK processing.  This queue is
  60.     used in tcp_fasttimo() in lieu of scanning all open TCP connections.
  61.  
  62.   - Finishing merging 4.4BSD-Lite2 netinet.  At this point, the only changes
  63.     left were SCCS IDs and Copyright dates.  Need to do this since some
  64.     of the above comes from Lite2.
  65.  
  66.   - Fix an mbuf leak and a possible use of an mbuf after it has been
  67.     freed, in the TCP input code.
  68.  
  69.   - Fix a TCP bug that would cause a FIN at the end of some data not to
  70.     be ACKed, requiring an additional packet exchange in order to close
  71.     the connection.
  72.  
  73.   - Fix a bug in the SYN cache code that could time out a SYN cache
  74.     entry far too soon under certain circumstances.
  75.  
  76.   - Add some multicast defines to netinet/in.h
  77.  
  78.   - allow receipt of more than one message in recvmsg syscall.   
  79.     Fixes PR#4700 (Jean-Luc Richier).
  80.  
  81.   - Make insertion and removal of sockets from the partial and incoming
  82.     connection queue O(constant) rather than O(N).
  83.  
  84. Generic device driver changes:
  85.  
  86.   - Fix vnd bug that required us to flush all buffers (and caused
  87.     unpredictable lossage when that didn't work).
  88.  
  89.   - Allow NE2000 boards to work on Alphas (alignment fixup).
  90.  
  91.   - Fix a big-endian problem on the ne2000.
  92.  
  93.   - Align mbufs for ne2000 so that 16-bit PIO will never cause unaligned
  94.     access faults.
  95.  
  96.   - Some bug fixes to the PCMCIA 3c589 driver.
  97.  
  98.   - Some bus_space improvements to the Intel Etherexpress Pro 10/100
  99.     (fxp) driver to make it work on (e.g.) the Alpha.
  100.  
  101.   - Support additional Soundblaster cards.
  102.  
  103. i386-specific changes:
  104.  
  105.   - Make more wd and sd device nodes by default on i386.
  106.  
  107.   - Fix keyboard lockup problem on some i386 machines.
  108.  
  109.   - Floating point context switch fixes for i386
  110.  
  111.   - Fix a long-standing i386 floating point bug in other-OS emulation:
  112.     the FPU wasn't initialized properly.
  113.  
  114.   - In fdisk, when estimating the number of cylinders in the BIOS
  115.     geometry, use the total number of sectors as reported by
  116.     disklabel.d_secperunit rather than multiplying out the disklabel
  117.     geometry, which is less accurate.
  118.  
  119.   - In fdisk, don't print "DOS partition initialized" if -S flag is
  120.     specified; from Nathan Williams in PR bin/4893.
  121.  
  122.   - Fix fdisk a nasty sysinst problem that occurred with disks that
  123.     had a DOS Master Boot Record.
  124.  
  125.   - Fix some incompatibilities in FreeBSD compatibility code.
  126.  
  127.   - Report Cyrix 686-class CPU class correctly.
  128.  
  129. m68k-specific changes:
  130.  
  131.   - Fix 68060 signal handling in Amiga port.
  132.  
  133.   - Close a hole allowing Amiga kernels to be crashed from userland.
  134.  
  135. mac68k-specific changes:
  136.  
  137.   - Turn off grfdebug messages by default.
  138.  
  139.   - Use the right ADB chip on Mac Classic and Classic II.
  140.  
  141.   - NetBSD/mac68k can run an X server on the Quadra 700 now.
  142.  
  143.   - Fix a NetBSD/mac68k problem where the ADB probe hangs when some
  144.     types of devices are connected or when no mouse is connected).
  145.  
  146. Amiga-specific changes:
  147.  
  148.   - Amiga ite driver documentation updated.
  149.  
  150.   - Add a configure option that allows a kernel to be built that limits
  151.     the amount of physical memory the amiga port will use.   This allows
  152.     an install kernel to be built that works both on machines with small
  153.     amounts of memory and machines with a lot of memory.   A cleaner fix
  154.     will be available in 1.4.
  155.  
  156. pmax-specific changes:
  157.  
  158.   - Fix a problem in the pmax port with DECstation [23]100 mice.
  159.  
  160.   - Put NETATALK netisr back into trap.c (now sys/arch/mips/mips/trap.c).
  161.  
  162.   - Fix the kernel built from the "DS5000_200" config file (pmax port).
  163.  
  164. Sparc changes:
  165.  
  166.   - Fix spurious dma errors in scsi dma operation noticed on Sun 4/300
  167.     models.
  168.  
  169.   - Work around a hardware quirk on MicroSparc II processors.
  170.  
  171. Alpha-specific changes:
  172.  
  173.   - A version of the Alpha compiler toolchain modifications whose
  174.     copyright is not owned by CMU.   This is not yet guaranteed to
  175.     work - the preferred development system is still the binary
  176.     distribution based on the CMU-copyrighted changes.
  177.  
  178.   - Fix PR#4903 - a problem with the isp driver on the Alpha port.
  179.  
  180. Userland library/include/makefile changes:
  181.  
  182.   - Fix MI/MD PLIST problem on pmax (bsd.port.mk)
  183.  
  184.   - Fix 'int' vs. 'char' lossage in m4 for unsigned-char machines.
  185.  
  186.   - Fix problems in m4 with 0xff being interpreted as EOF in some places,
  187.     causing incorrect output and/or output that was inconsistent between
  188.     different NetBSD ports.
  189.  
  190.   - Many Year 2000 fixes
  191.  
  192.   - Fix an ABI problem in the stat structure on 64-bit architectures.
  193.  
  194.   - Fix quad (64-bit) shifts on certain architectures.
  195.  
  196. Userland program fixes:
  197.  
  198.   - Fix some minor nits in /bin/login.
  199.  
  200.   - Fix a rather large hole in ftpd.   Guest users were allowed to use
  201.     the rename command.
  202.  
  203.   - Many gdb bugs fixed.
  204.  
  205.   - Many improvements to the share/mk/bsd.port*.mk Makefile header, which
  206.     is used to build NetBSD packages.   Some changes were required in
  207.     bsd.own.mk to support this.
  208.  
  209.   - Some Makefile changes to build some utilities that are not
  210.     necessarily installed on a system with full development binaries.
  211.  
  212.   - The default sendmail.cf causes /etc/aliases to be rebuilt whenever
  213.     sendmail notices that it's changed, rather than sendmail complaining
  214.     about it in the system logs.
  215.  
  216.   - Add a magic number for wordperfect files.
  217.  
  218. Installation fixes:
  219.  
  220.   - Many installation notes updated and/or clarified.
  221.  
  222.   - Fix a bug in the sysinst factoring code that would identify perfect
  223.     squares as prime.
  224.  
  225.   - Some architecture-specific fixes - see your favourite architecture
  226.     for more information.
  227.  
  228.   - Pathname fixes for CD installations.
  229.  
  230. Documentation fixes:
  231.  
  232.   - Expand ftp server documentation.
  233.  
  234.   - Don't imply that we have a FORTRAN compiler in install notes.
  235.  
  236.   - Document some features in printcap that many people want but don't
  237.     know already exist.
  238.